home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_327 / msh / notes / rx50notes < prev   
Text File  |  1992-05-06  |  3KB  |  103 lines

  1. Article 7092 of comp.sys.amiga.tech:
  2. Path: estinc!mcdphx!asuvax!cs.utexas.edu!tut.cis.ohio-state.edu!giza.cis.ohio-state.edu!erd
  3. From: erd@giza.cis.ohio-state.edu (Ethan R Dicks)
  4. Newsgroups: comp.sys.amiga.tech
  5. Subject: How's this for an enhancement to MSH?
  6. Keywords: MSH messy-dos Manx digital VAX RX50
  7. Message-ID: <77558@tut.cis.ohio-state.edu>
  8. Date: 24 Feb 90 22:11:53 GMT
  9. Sender: news@tut.cis.ohio-state.edu
  10. Reply-To: Ethan R Dicks <erd@cis.ohio-state.edu>
  11. Distribution: na
  12. Organization: Ohio State University Computer and Information Science
  13. Lines: 86
  14.  
  15.  
  16. I have an "enhancement" to MSH, the messydisk.device in particular.  I
  17. have been trying to read DEC RX-50 5-1/4" floppies for a long time now.
  18. The drive I am using is a standard PC clone 5-1/4" drive attached to the
  19. small circuit board found in the A1010 3-1/2" drive.  It works fine with
  20. AmigaDOS, CrossDOS and MSH.  I want to read RX-50 floppies.  The chart
  21. I have from the DEC manual looks like this...
  22.  
  23. "GAP 1"        GAP 1:        47  x  0x4E
  24.  
  25.  
  26.         SYNCH:        8   x  0x00
  27.         IDAM:        3   x  0xA1
  28.                 1   x  0xFE
  29.         TRACK:        (physical track address)
  30.         SIDE:        (physical side number)
  31.         SECTR:        (physical sector number)
  32. [Repeat once    SIZE:        1   x  0x02  (512 bytes per sector)
  33.  per sector ]    2 CRC:        2      CRC bytes
  34.         GAP 2:        22  x  0x4E
  35.         SYNCH:        12  x  0x00
  36.         DAM:        3   x  0xA1
  37.                 1   x  0xFB
  38.          DATA:        512 x  0xE5
  39.         2 CRC:        2      CRC bytes
  40.         GAP 3:        48  x  0x4E
  41.  
  42.  
  43.         GAP 4:        6250 minus sum of bytes up to GAP 4 x 0x4E
  44.  
  45.  
  46. The same chart lists PC floppies as follows...
  47.  
  48.  
  49. "GAP 1"        GAP 1A:        80  x  0x4E
  50.         SYNCH:        12  x  0x00
  51.         INDEX:        3   x  0xC2
  52.                 1   x  0xFC
  53.         GAP1B:        50  x  0x4E
  54.  
  55.  
  56.  
  57.         SYNCH:        12  x  0x00
  58.         IDAM:        3   x  0xA1
  59.                 1   x  0xFE
  60.         TRACK:        (physical track address)
  61.         SIDE:        (physical side number)
  62.         SECTR:        (physical sector number)
  63. [Repeat once    SIZE:        1   x  0x02  (512 bytes per sector)
  64.  per sector ]    2 CRC:        2      CRC bytes
  65.         GAP 2:        22  x  0x4E
  66.         SYNCH:        12  x  0x00
  67.         DAM:        3   x  0xA1
  68.                 1   x  0xFB
  69.          DATA:        512 x  0xE5
  70.         2 CRC:        2      CRC bytes
  71.         GAP 3:        64  x  0x4E
  72.  
  73.  
  74.         GAP 4:        6250 minus sum of bytes up to GAP 4 x 0x4E
  75.  
  76.  
  77. As you can see, the formats are extremely familiar.  I would perform the
  78. change myself, but I have Lattice, not Manx.  I would be very happy to see
  79. a messydisk.device which supports that track format, and a diskette head
  80. geometry of 10 sectors/track by 1 head by 80 tracks (400kb).  For someone
  81. with Manx, the change is utterly trivial, but for me, almost impossible.
  82. Once I can read the blocks on a diskette, I intend to write two new file
  83. systems for the Amiga: RT-11 format and ODS-1 or ODS-2 FILES-11 format, 
  84. so that I can directly read diskettes written on PDP-11s or VAXen.  The 
  85. other possibility is to write tar floppies, but I still need to be able to
  86. read the sectors.
  87.  
  88. Thanks much.
  89.  
  90. -ethan
  91.  
  92.  
  93.  
  94.  
  95.  
  96. --
  97. Ethan R. Dicks       | ######  This signifies that the poster is a member in
  98. Software Results Corp|   ##    good sitting of Inertia House: Bodies at rest.
  99. 940 Freeway Drive N. |   ##
  100. Columbus OH    43229 | ######  "You get it, you're closer."
  101.  
  102.  
  103.